home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 438 b | 19 lines | [TEXT/CWIE] |
- // SVAEObjectsExist.h
- //
- // 7Edit 3.1d1. Original version by Jon Lansdell and Nigel Humphreys.
- // 3.1 updates by Greg Sutton.
- // ©Apple Computer Inc 1995, all rights reserved.
-
- #ifndef __SVAEOBJECTSEXIST__
- #define __SVAEOBJECTSEXIST__
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AERegistry.h>
-
- pascal OSErr DoObjectsExist(const AppleEvent *theAppleEvent,
- AppleEvent *reply,
- long handlerRefCon);
-
- #endif
-